home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / programr / textview / demo / stdhead.h < prev    next >
C/C++ Source or Header  |  1991-05-18  |  452b  |  21 lines

  1. /*****************************************************************************
  2.  
  3.     stdhead.h
  4.     ---------
  5.  
  6.     Standard includes for the Trace System demonstration application
  7.  
  8. *****************************************************************************/
  9.  
  10. #include    <windows.h>
  11. #include    <stdio.h>
  12. #include    <string.h>
  13.  
  14. #include    "textview.h"
  15.  
  16. #include    "defines.h"
  17. #include    "menu.h"
  18. #include    "dialog.h"
  19. #include    "procs.h"
  20. #include    "global.h"
  21.